home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 991 b | 36 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: StyleInfo.h
- // Release Version: $ 1.0d1 $
- //
- // Author: Anthone Burbidge
- // Creation Date: 3/28/94
- //
- // Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- // ----- Platform Includes -----
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
- //========================================================================================
- // SFontSizeTable
- //========================================================================================
-
- struct SFontSizeTable
- {
- Str32 fFontSizeName;
- short fFontSize;
- };
-
-
- //========================================================================================
- // Global variables declarations
- //========================================================================================
-
- extern SFontSizeTable gFontSizeTable[];
-
-